This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
The out of memory condition seen when opening the view in your database is due to the large number of small memory allocations required to open the view. Because the size of data structures and other in-memory items are larger on 64-bit systems, more overall memory is used when opening this view, and this exhausts the 64MB of the memory pool allocated for local threads.
There is a simple work around to this, as you can increase the default size of the memory pool by adding the following notes.ini setting:
INotesThreadMemoryMaxPoolMB=128
The ini increases the size of the pool from its 64 MB default to 128MB.
You can set this notes.ini parameter using the "set config" console command, but a server restart will be necessary for this update to take effect.
This change did allow our view to open successfully.
Feedback response number WEBB98FRJ2 created by ~Fred Chuhipiskioden on 06/07/2013